-use auto::{Repo, RepoListRefsExtFlags};
+use crate::auto::Repo;
+#[cfg(any(feature = "v2016_4", feature = "dox"))]
+use crate::auto::RepoListRefsExtFlags;
use ffi;
use gio;
use glib;
cancellable: Q,
) -> Result<HashMap<String, String>, Error>;
+ #[cfg(any(feature = "v2016_4", feature = "dox"))]
fn list_refs_ext<'a, 'b, P: Into<Option<&'a str>>, Q: Into<Option<&'b gio::Cancellable>>>(
&self,
refspec_prefix: P,
}
}
+ #[cfg(any(feature = "v2016_4", feature = "dox"))]
fn list_refs_ext<'a, 'b, P: Into<Option<&'a str>>, Q: Into<Option<&'b gio::Cancellable>>>(
&self,
refspec_prefix: P,